home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c,comp.lang.c++,comp.lang.pascal
- Path: noc.tor.hookup.net!ve3ied!gts!westonia!feline!torfree!bz120
- From: bz120@torfree.net (Norry Dermouche)
- Subject: n-ary tree
- Message-ID: <DMzn0p.1Gn.0.bloor@torfree.net>
- Organization: Toronto Free-Net
- X-Newsreader: TIN [version 1.2 PL2]
- Date: Sun, 18 Feb 1996 20:17:12 GMT
-
- Hi all,
-
- Is there any C/C++ library which contains the code for n-ary trees.
- Although they are a very important data structure, no book I read seem to
- give them the place they deserve. They can be transformed into binary
- trees but sometimes it's not feasible when nodes' position is important.
- So, I need to know if anybody has tried their implementation.
-
- Thanks in anticipation.
- --
-
-